DataInputService.insertDataStorageRecord Method
Inserts a data storage record.
Parameters
- dataCubeId
-
Type: String
The ID of the data cube.
- transformId
-
Type: String
The ID of the data input transform.
- data
-
Type: Array
ElementType: Object
The data for each column by index.
- beforeRecordId
-
Type: String
(optional) If this record is to be inserted before another record, then the ID of the record to insert it before can be specified.
Optional: True
Return Value
Type: jQuery.Promise
Value: String
A promise object that is resolved when the call is complete.
If successful, the ID of the newly inserted record is returned.